home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / library / queue.rea < prev    next >
Text File  |  1996-01-16  |  543b  |  14 lines

  1. Short:    Message queue library (multi<->multi)
  2. Author:   fasten@shw.com (Bernhard Fastenrath)
  3. Uploader: fasten@shw.com (Bernhard Fastenrath)
  4. Version:  1.0
  5. Type:     util/libs
  6.  
  7. This library allows several task to write to a message queue which can be
  8. read by several other tasks. It is used by my shutdown command
  9. (AmiNet:util/libs/shutdown.lzh). The included queue_test.c program is just
  10. a demonstration, it has some obvious memory leaks.
  11.  
  12. Recompilation with gcc requires a patch to libnix (libinit.o) which will
  13. be included with libnix 1.1.
  14.